regexp.Regexp.allMatches (method)
9 uses
regexp (current package)
regexp.go#L749: func (re *Regexp) allMatches(s string, b []byte, n int, deliver func([]int)) {
regexp.go#L1062: re.allMatches("", b, n, func(match []int) {
regexp.go#L1080: re.allMatches("", b, n, func(match []int) {
regexp.go#L1098: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1116: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1134: re.allMatches("", b, n, func(match []int) {
regexp.go#L1158: re.allMatches("", b, n, func(match []int) {
regexp.go#L1176: re.allMatches(s, nil, n, func(match []int) {
regexp.go#L1201: re.allMatches(s, nil, n, func(match []int) {